home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2e.dir / 00059_Script_59 < prev    next >
Text File  |  1995-11-29  |  147b  |  10 lines

  1. on exitFrame
  2.   GLOBAL COUNT
  3.   IF COUNT<0 THEN
  4.     PUT COUNT+1 INTO COUNT
  5.     GO TO FRAME "L6"
  6.   ELSE
  7.     GO TO THE FRAME+1
  8.   END IF
  9.   
  10. end